home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista do CD-ROM 118
/
cd-rom 118.iso
/
aplic
/
open
/
openofficeorg4.cab
/
test_crypt.py
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Source
|
2005-02-15
|
227 b
|
12 lines
#! /usr/bin/env python
"""Simple test script for cryptmodule.c
Roger E. Masse
"""
from test.test_support import verify, verbose
import crypt
c = crypt.crypt('mypassword', 'ab')
if verbose:
print 'Test encryption: ', c